Skip to content

ci: add concurrency groups to release pipeline #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

ThomasK33
Copy link
Member

@ThomasK33 ThomasK33 commented Feb 19, 2025

Add concurrency groups to GitHub Actions workflows

Adds concurrency groups to CI and release workflows to automatically cancel
in-progress runs when new changes are pushed. This prevents unnecessary
resource usage and speeds up feedback loops for developers.

Change-Id: I781ce2750eb30729e84430ee2e3855f3259d2eb9
Signed-off-by: Thomas Kosiewski [email protected]

Change-Id: I781ce2750eb30729e84430ee2e3855f3259d2eb9
Signed-off-by: Thomas Kosiewski <[email protected]>
Copy link
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@ThomasK33 ThomasK33 self-assigned this Feb 19, 2025
@ThomasK33 ThomasK33 marked this pull request as ready for review February 19, 2025 11:08
@@ -9,6 +9,12 @@ on:

permissions: {}

# Cancel in-progress runs for when multiple PRs get merged
# in quickl succession. Ignore this for tag releases though.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# in quickl succession. Ignore this for tag releases though.
# in quick succession. Ignore this for tag releases though.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah shit, I should stop merging so quickly

Copy link
Member Author

ThomasK33 commented Feb 19, 2025

Merge activity

  • Feb 19, 6:13 AM EST: A user started a stack merge that includes this pull request via Graphite.
  • Feb 19, 6:13 AM EST: A user merged this pull request with Graphite.

@ThomasK33 ThomasK33 merged commit fe45e1c into main Feb 19, 2025
4 checks passed
@ThomasK33 ThomasK33 deleted the thomask33/02-19-ci_add_concurrency_groups_to_release_pipeline branch February 25, 2025 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants